home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / desktop / hshl11.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1992-03-14  |  406b  |  20 lines

  1. @echo off
  2. echo.
  3. echo Half-Shell 1.1 INSTALL
  4. If "%1"=="" goto error
  5. echo Installing Half-Shell and SwapShell...
  6. copy halfshel.exe %1 >nul
  7. copy halfcon.exe %1 >nul
  8. copy swapshel.exe %1 >nul
  9. if exist %1\halfshel.ini goto :nottheini
  10. copy halfshel.ini %1 >nul
  11. :nottheini
  12. echo Done!
  13. echo.
  14. goto done
  15. :error
  16. echo Usage:   INSTALL <Windows-directory>
  17. echo Example: INSTALL c:\windows
  18. echo.
  19. :done
  20.